[ENGG-5312] fix: Fix import for records with duplicate names#290
[ENGG-5312] fix: Fix import for records with duplicate names#290ajinkya-browserstack wants to merge 1 commit intomasterfrom
Conversation
WalkthroughThis change enhances name conflict resolution by implementing case-insensitive name matching and standardizing name sanitization logic. In common-utils.ts, the Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Case comparison for baseName: "Untitled request" (hardcoded) vs baseName: sanitizedName:
Case 1: baseName hardcoded to Untitled request
Case 2: baseName set to sanitizedName
Summary by CodeRabbit
Release Notes
Bug Fixes
Refactor